home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2004 April / MW Apr 04 CD1.iso / Shareware World / OS X / Data & Time / Addressix / Addressix.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-06-11  |  1.3 KB  |  47 lines  |  [TEXT/CWIE]

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleIdentifier</key>
  6.     <string>a-sharp.Addressix</string>
  7.     <key>CFBundleName</key>
  8.     <string>Addressix</string>
  9.     <key>CFBundleGetInfoString</key>
  10.     <string>1.3.1/27May03, Copyright ¬©2002-2003, A Sharp, LLC. All rights reserved.</string>
  11.     <key>CFBundleShortVersionString</key>
  12.     <string>1.3.1/27May03</string>
  13.     <key>CFBundlePackageType</key>
  14.     <string>APPL</string>
  15.     <key>CFBundleSignature</key>
  16.     <string>CLAE</string>
  17.     <key>CFBundleIconFile</key>
  18.     <string>Clay.icns</string>
  19.     <key>CFBundleExecutable</key>
  20.     <string>Addressix X</string>
  21.     <key>CFBundleVersion</key>
  22.     <string>1.0</string>
  23.     <key>NSHumanReadableCopyright</key>
  24.     <string>Copyright ¬©2001-2003 A Sharp, LLC. All rights reserved.</string>
  25.     <key>CFBundleDevelopmentRegion</key>
  26.     <string>English</string>
  27.     <key>CFBundleInfoDictionaryVersion</key>
  28.     <string>6.0</string>
  29.     <key>LSRequiresCarbon</key>
  30.     <true/>
  31.     <key>CFBundleDocumentTypes</key>
  32.     <array>
  33.         <dict>
  34.             <key>CFBundleTypeName</key>
  35.             <string>VCard</string>
  36.             <key>CFBundleTypeRole</key>
  37.             <string>Viewer</string>
  38.             <key>CFBundleTypeExtensions</key>
  39.             <array>
  40.                 <string>vcf</string>
  41.                 <string>vcard</string>
  42.             </array>
  43.         </dict>
  44.     </array>
  45. </dict>
  46. </plist>
  47.